projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e9b84
)
*** empty log message ***
author
Alan Mackenzie
<acm@muc.de>
Tue, 29 Jan 2008 20:45:51 +0000
(20:45 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Tue, 29 Jan 2008 20:45:51 +0000
(20:45 +0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 14067364e5423329c5c7aa6c7412c76c54782185..f0565096f3de7c9b583d2f03c70ebfa7e8eedaa5 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,9
@@
2008-01-29 Alan Mackenzie <acm@muc.de>
+ * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
+ (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
+ @catch, @synchronized, @throw.
+
* progmodes/cc-langs.el (c-specifier-key): Exclude "template"
from this regexp; part of same fix as next change to cc-engine.el.